home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super CD
/
Super CD.iso
/
kids
/
first
/
shd.bat
< prev
next >
Wrap
DOS Batch File
|
1988-09-14
|
448b
|
19 lines
Echo Copying all Disk 2 files ..
copy *.* %1\FirstByt\flw
if exist CGAA.FNT goto DONE1
if exist EGAA.FNT goto DONE1
if exist VGAA.FNT goto DONE1
if exist TGAA.FNT goto DONE1
Echo Performing normal INSTALL from Hard Disk ..
Echo - - - - -
%1
cd %1\FirstByt\flw
install *
:DONE1
%1
cd %1\FirstByt\flw
Echo Done installing onto your Hard Disk. You may run the product from the
Echo Hard Disk by typing RUN and then ENTER.
:ABORT